/*---------------------------------------------------- */
/*latest section*/
/*----------------------------------------------------*/

.mb65 {
  margin-bottom: 65px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.latest-area-section {
  padding: 125px 0px 55px 0px;
}

.latest-news-thumbnile {
  height: 120px;
  width: 120px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.latest-news-thumbnile .hover-search {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.blakish-overlay {
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

.latest-news-area {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  /* max-width: 335px; */
}
.latest-news-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.latest-news-area .date-meta {
  color: #989898;
  font-size: 14px;
  margin-bottom: 10px;
}
.latest-news-area:hover .blakish-overlay {
  opacity: 1;
  visibility: visible;
}
.latest-news-area:hover .hover-search {
  opacity: 1;
  visibility: visible;
}

.latest-title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}

.view-all-btn {
  color: #333333;
}
.view-all-btn i {
  color: #17d0cf;
  margin-left: 5px;
}

.gradient-bdr {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  background: -o-linear-gradient(69deg, #10abff, #1beabd);
  background: linear-gradient(21deg, #10abff, #1beabd);
  background: -webkit-linear-gradient(69deg, #10abff, #1beabd);
}

.events-date {
  float: left;
  height: 84px;
  width: 95px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  margin-right: 20px;
  background-color: #fff;
}
.events-date span {
  font-size: 50px;
  padding-top: 8px;
  color: #333333;
  line-height: 1;
  display: block;
}

.latest-events {
  display: inline-block;
  /* max-width: 340px; */
  margin-bottom: 30px;
}
.latest-events .course-meta .course-category,
.latest-events .course-meta .course-author {
  font-weight: 500;
  color: #989898;
}

.event-text {
  overflow: hidden;
}

.sponsor-section {
  padding: 30px 0px 125px 0px;
}

.sponsor-pic {
  position: relative;
  width: 180px;
  margin: 0 auto;
}
.sponsor-pic:after {
  position: absolute;
  top: 20px;
  content: "";
  height: 80px;
  background-color: #cccccc;
  right: 0;
  width: 1px;
}

.sponsor-1 .owl-stage-outer {
  padding: 0 10px;
}

.sponsor-1 .owl-dots {
  display: none !important;
}

.sponsor-2 {
  padding: 60px 0px;
}
.sponsor-2 .sponsor-pic:after {
  display: none;
}
.sponsor-2 .owl-nav {
  display: none;
}
.sponsor-2 .owl-dots .owl-dot {
  background-color: #f5f5f5;
}
.sponsor-2 .owl-dots .owl-dot.active {
  background-color: #cccccc;
}

.home-page-three {
  padding: 40px 0px 40px;
}

.section-title-2 h2 {
  font-size: 38px;
  color: #333333;
  font-weight: 300;
  position: relative;
}

.section-title-2 h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  height: 2px;
  width: 50px;
  left: 0;
  background-color: #17d0cf;
}

.course-viewer li {
  color: #989898;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.relative-position {
  position: relative;
}

.teacher-img-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 191px;
  background-color: #0a4a78;
  /* display: inline-block; */
  width: 100%;
}

.gallery-img-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
  height: 191px;
  background-color: #0a4a78;
  display: inline-block;
  width: 100%;
}

.teacher-double .category {
  background-color: #0a4a78;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.tagline {
  position: relative;
  z-index: 7;
  white-space: nowrap;
  /* top: 70%; */
  bottom: -260px;
  right: 0;
  transition: none 0s ease 0s;
  line-height: 72px;
  border-width: 0px 6px 0px 0px;
  margin: 0px;
  padding: 0px 20px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: max-content;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  background-color: rgba(32, 44, 69, 0.75) !important;
  border-right: 6px solid #f2184f !important;
}

.tagline .contain {
  color: #fff;
  font-weight: 600;
  visibility: inherit;
  letter-spacing: 0px;
  font-size: 45px;
}

.sm-tagline {
  position: relative;
  bottom: -270px;
  right: 0;
  z-index: 7;
  white-space: nowrap;
  font-weight: 600;
  transition: none 0s ease 0s;
  line-height: 54px;
  border-width: 0px;
  margin: 0px;
  padding: 0px 20px;
  letter-spacing: 0px;
  font-size: 30px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: max-content;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
  background-color: rgba(95, 94, 94, 0.6);
}

.sm-tagline .contain {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 45px;
}

.bg-theme-color-2 {
  background: #f2184f !important;
}

.p-0 {
  padding: 0 !important;
}

.header-top {
  padding: 5px 0;
}

.no-border {
  border: none !important;
}
